home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p13-16 / 00331_Script_331 < prev    next >
Text File  |  1994-06-14  |  450b  |  19 lines

  1. -- P15 last step!
  2. on exitFrame
  3.   -- restore normal mousedown handling
  4.   when mouseDown then nothing
  5.   cursor -1
  6.   
  7.   -- then clean up memory
  8.   global LastQT
  9.   set beforeQT = the name of cast ((the number of cast LastQT) -1)
  10.   unloadCast beforeQT, LastQT
  11.   
  12.   -- NO LAST MOVIE!!
  13.   -- just play the first one (from P15S15)
  14.   
  15.   -- allow timed annotations!
  16.   initAnnotations(30,2)
  17.   setAppearTime(1, 4*60)
  18.   setAppearTime(2, 4*60)
  19. end